home *** CD-ROM | disk | FTP | other *** search
- global whichTrack, isPlaying
-
- on mouseDown
- puppetSound(2, "Clicker")
- puppetSound(1, 0)
- isPlaying = 0
- set the blend of sprite 30 to 30
- set the blend of sprite 29 to 0
- i = 40
- repeat while i <= 50
- sprite(i).visible = 0
- i = 1 + i
- end repeat
- i = 52
- repeat while i <= 62
- sprite(i).visible = 0
- i = 1 + i
- end repeat
- i = 64
- repeat while i <= 74
- sprite(i).visible = 0
- i = 1 + i
- end repeat
- i = 76
- repeat while i <= 86
- sprite(i).visible = 0
- i = 1 + i
- end repeat
- i = 88
- repeat while i <= 98
- sprite(i).visible = 0
- i = 1 + i
- end repeat
- i = 100
- repeat while i <= 110
- sprite(i).visible = 0
- i = 1 + i
- end repeat
- end
-
- on mouseEnter
- cursor(280)
- end
-
- on mouseLeave
- cursor(-1)
- end
-